Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.oauth2.clients.OAuth2ClientService

Documentation

Service to manage the OAuth2 clients

Implementation

Class: org.nuxeo.ecm.platform.oauth2.clients.OAuth2ClientServiceImpl

Services

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.oauth2.clients.OAuth2ClientService">
  <!-- This service depends on the directory service (which depends on the cache service) -->
  <require>org.nuxeo.ecm.directory.DirectoryServiceImpl</require>

  <implementation class="org.nuxeo.ecm.platform.oauth2.clients.OAuth2ClientServiceImpl" />

  <documentation>
    Service to manage the OAuth2 clients

    @author Arnaud Kervern (ak@nuxeo.com)
  </documentation>

  <service>
    <provide interface="org.nuxeo.ecm.platform.oauth2.clients.OAuth2ClientService" />
  </service>

</component>